Chapter 15
Recommended Reading

The following books and papers are recommended as references:

[Aus98]
- Mathew Austern's introduction to the STL using the concept/model style of presentation. Austern wrote the WWW STL documentation at SGI.

[Str97]
- Bjarne Stroustrup's introduction to C++ and the STL for those who already know some C++. Stroustrup is the designer and original implementer of C++.

[LL98]
- Stanley Lippman and Josee Lajoie's C++ primer.

[Mey97]
- Scott Meyers's book on ways to improve your C++ programs. Items 21 and 29 discuss the concept of const-correctness.

[FGK+00]
- The Cgal design paper.

[HHK+01]
- The new Cgal kernel design paper.